Functions
getCurrentAuthType
getCurrentUsername
- getCurrentUsername(): string
Returns string
getTokenPopup
- getTokenPopup(): Promise<undefined | string>
Returns Promise<undefined | string>
isAutenticated
- isAutenticated(): boolean
Returns boolean
needsExplicitLogin
- needsExplicitLogin(): boolean
Returns boolean
selectAccount
Returns void
setVariablesDelegated
Parameters
Returns void
signIn
Returns Promise<void>
signOut
Returns Promise<void>
withAuthentication
- withAuthentication(func: () => Promise<unknown>): () => Promise<void>
Parameters
func: () => Promise<unknown>
Returns () => Promise<void>