revokeToken: (
token: string,
clientId: string,
clientSecret?: string,
userContext?: Record<string, any>,
) => Promise<ErrorOAuth2 | { status: "OK" }> = Wrapper.revokeToken
Type declaration
- (
token: string,
clientId: string,
clientSecret?: string,
userContext?: Record<string, any>,
): Promise<ErrorOAuth2 | { status: "OK" }> Parameters
- token: string
- clientId: string
Optional
clientSecret: stringOptional
userContext: Record<string, any>
Returns Promise<ErrorOAuth2 | { status: "OK" }>