Access Token Provider Impl
class AccessTokenProviderImpl(authApi: AuthenticationApi, authConfig: AuthConfig, storage: SdkStorage, clock: () -> Long = { System.now().epochSeconds }) : AccessTokenProvider
Constructors
Link copied to clipboard
constructor(authApi: AuthenticationApi, authConfig: AuthConfig, storage: SdkStorage, clock: () -> Long = { System.now().epochSeconds })