Web Viewer - v0.31.4
    Preparing search index...

    Interface LoginOptions

    interface LoginOptions {
        signed_in_url: string;
        signed_out_url: string;
    }
    Index

    Properties

    signed_in_url: string

    URL to redirect to after successful OAuth login (e.g. "/signed-in" or "https://example.com/signed-in").

    signed_out_url: string

    URL to redirect to after logout (e.g. "/signed-out" or "https://example.com/signed-out").