@valon-technologies/gestalt
    Preparing search index...

    Interface ExternalCredentialTokenResponse

    interface ExternalCredentialTokenResponse {
        accessToken: string;
        refreshToken: string;
        expiresIn: number;
        tokenType: string;
        extraJson: string;
        refreshSource: string;
    }
    Index

    Properties

    accessToken: string
    refreshToken: string
    expiresIn: number
    tokenType: string
    extraJson: string
    refreshSource: string