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
error_description: string
error_uri: string
state: string
userState: unknown

custom state data set during the initial signin request