MonoCloud Authentication SDK
    Preparing search index...

    Options for the MonoCloud Authentication route handlers.

    interface MonoCloudRoutes {
        backChannelLogout: string;
        callback: string;
        signIn: string;
        signOut: string;
        userInfo: string;
    }
    Index

    Properties

    backChannelLogout: string

    The URL of the back-channel logout handler

    '/api/auth/backchannel-logout'
    
    callback: string

    The URL of the callback handler

    '/api/auth/callback'
    
    signIn: string

    The URL of the sign-in handler

    '/api/auth/signin'
    
    signOut: string

    The URL of the sign-out handler

    '/api/auth/signout'
    
    userInfo: string

    The URL of the userinfo handler

    '/api/auth/userinfo'