AuthenticationClientV2 class final

You will have to first register your application with Zoho's Developer console in order get your Client ID and Client Secret.

To register your application, login to Zoho Developer's Console and click on Add Client ID. Provide the required details to register your application.

On successful registration, you will be provided with a set of OAuth 2.0 credentials such as a Client ID and Client Secret , known to both Zoho and your application. Do not share this credentials

https://www.manageengine.com/mobile-device-management/api/#authentication

Constructors

AuthenticationClientV2.new(String channel)

Properties

channel String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateAccessOrRefreshToken(AccessOrRefreshTokenRequestDto accessAndRefreshTokenRequestDto) Future<AccessOrRefreshTokenResponseDto>
generateGrantToken(GrantTokenRequestDto grantTokenRequestDto) Future<MdmEmpty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeRefreshToken(RevokeRefreshTokenRequestDto revokeRefreshTokenRequestDto) Future<MdmEmpty>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited