sveltekit-oidc - v1.1.1
    Preparing search index...

    Type Alias OIDCTokenResponse

    type OIDCTokenResponse = {
        access_token: string;
        expires_in?: number;
        id_token?: string;
        refresh_expires_in?: number;
        refresh_token?: string;
        scope?: string;
        session_state?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in?: number
    id_token?: string
    refresh_expires_in?: number
    refresh_token?: string
    scope?: string
    session_state?: string
    token_type: string