configureBuiltinProviders
Agent Runtimes / identity/identityStore / configureBuiltinProviders
Function: configureBuiltinProviders()
configureBuiltinProviders(
options):void
Defined in: identity/identityStore.ts:648
Configure built-in providers with client IDs
Parameters
options
github?
{ clientId: string; redirectUri: string; }
github.clientId
string
github.redirectUri
string
google?
{ clientId: string; redirectUri: string; }
google.clientId
string
google.redirectUri
string
kaggle?
{ clientId: string; redirectUri: string; }
kaggle.clientId
string
kaggle.redirectUri
string
Returns
void