Represents the response for extending a session, excluding the refresh token.

interface ExtendSessionResponse {
    accesstoken: string;
    description: string;
    idtoken: string;
    status: string;
}

Hierarchy

Properties

accesstoken: string
description: string
idtoken: string
status: string