Custom path configuration for Auth's Default Adapter's SDK

Description

This interface is used to define the custom path configuration for Auth's Default Adapter's SDK.

interface AuthDefaultAdapterSDKCustomPathConfig {
    checkTokenPath?: string;
    deleteRefreshTokensForUserPath?: string;
    generateOnetimeTokenPath?: string;
    invalidateTokenPath?: string;
    restoreTokenPath?: string;
}

Properties

checkTokenPath?: string
deleteRefreshTokensForUserPath?: string
generateOnetimeTokenPath?: string
invalidateTokenPath?: string
restoreTokenPath?: string

Generated using TypeDoc