Skip to content

Overview

//trimble-id-android/com.trimble.id.android

Package-level declarations

Types

NameSummary
Authenticator[androidJvm]
class Authenticator(context: Context, configurationEndpoint: String, clientID: String, redirectUri: String, scope: String) : IAuthenticator
An authenticator that utilizes a custom URI callback.
IAuthenticator[androidJvm]
interface IAuthenticator
Common interface for Authenticator
ILoginResponseCallback[androidJvm]
interface ILoginResponseCallback
Callback interface for login request.
ILogoutResponseCallback[androidJvm]
interface ILogoutResponseCallback
Callback interface for logout request.