Interface LogoutResponse

Response state holding sign out errors if any

interface LogoutResponse {
    error: string;
    error_description: string;
    error_uri: string;
    state: string;
    userState: unknown;
}

Hierarchy

  • SignoutResponse
    • LogoutResponse

Properties

error: string

ErrorResponse.error

error_description: string

ErrorResponse.error_description

error_uri: string

ErrorResponse.error_uri

state: string
userState: unknown

custom state data set during the initial signin request