RevokeSession overview
Revoke session command for PingOne CLI
Added in v0.0.1
Table of contents
utils
revokeSession
Command to revoke a user session in PingOne.
Signature
export declare const revokeSession: Command.Command<
"revoke_session",
OAuthService | HttpClient | CredentialService,
PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError,
{
readonly userId: string
readonly sessionId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
}
>
Added in v0.0.1