@icomedias/hybridforms-js
    Preparing search index...

    Interface SigninResponse

    interface SigninResponse {
        access_token: string;
        expires_in?: number;
        id_token?: string;
        refresh_token?: string;
        refresh_token_expires_in?: number;
        resource?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in?: number
    id_token?: string
    refresh_token?: string
    refresh_token_expires_in?: number
    resource?: string
    token_type: string