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
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