For the complete documentation index, see llms.txt. This page is also available as Markdown.

MoveAuth

The MoveAuth object is used to validate the usage of the SDK and configure its services according to that product's specifications.

MoveAuth {
    productID: Long
    contractId: String
    accessToken: String
    refreshToken: String    
}

MoveAuth

userToken

String

User's session-based access token.

refreshToken

String

User's session-based refresh token.

contractID

String

User's contract id.

productID

String

Client's product id.

Authentication Expiry

MoveAuth related APIs

setAuthStateChangeListener() (Android / iOS)

Block to be invoked every time SDK MoveAuthState changes.

getAuthState()(Android / iOS)

Gets the current MoveAuthState.

Last updated