OAuth2ClientHandlers
@auvious/common / Exports / OAuth2ClientHandlers
Class: OAuth2ClientHandlers
Table of contents
Constructors
Properties
Constructors
constructor
• new OAuth2ClientHandlers()
Properties
onAuthorized
• Optional
onAuthorized: (ev
: IOAuth2Token
) => void
Type declaration
▸ (ev
): void
Parameters
Name | Type |
---|---|
ev | IOAuth2Token |
Returns
void
onAuthorizedFailed
• Optional
onAuthorizedFailed: (ev
: AuviousError
) => void
Type declaration
▸ (ev
): void
Parameters
Name | Type |
---|---|
ev | AuviousError |
Returns
void
onLogout
• Optional
onLogout: () => void
Type declaration
▸ (): void
Returns
void
onRefreshTokenExpired
• Optional
onRefreshTokenExpired: () => void
Type declaration
▸ (): void
Returns
void