@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ExtendSessionResponse

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

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

    Hierarchy

    Index

    Properties

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