createCredentialDataSource
fun OidcClient.createCredentialDataSource(storage: TokenStorage): CredentialDataSource
Content copied to clipboard
Initializes a credential data source using the OidcClient.
Receiver
the OidcClient used to perform the low level OIDC requests, as well as with which to use the configuration from.
Parameters
storage
the TokenStorage used to persist Tokens.
fun OidcClient.createCredentialDataSource(context: Context): CredentialDataSource
Content copied to clipboard
Initializes a credential data source using the OidcClient.
Receiver
the OidcClient used to perform the low level OIDC requests, as well as with which to use the configuration from.