authenticate

Authenticate a user given a token. This endpoint verifies that the user completed the SSO Authentication flow by verifying that the token is valid and hasn't expired.

Return

SSOAuthenticateResponse

Parameters

params

required for making an authenticate call


abstract fun authenticate(params: SSO.AuthenticateParams, callback: (SSOAuthenticateResponse) -> Unit)

Authenticate a user given a token. This endpoint verifies that the user completed the SSO Authentication flow by verifying that the token is valid and hasn't expired.

Parameters

params

required for making an authenticate call

callback

a callback that receives a SSOAuthenticateResponse