Frodo Library - v4.8.5
    Preparing search index...

    Type Alias BrowserLoginPrompt

    Info handed to the caller-supplied BrowserLoginPromptHandler so it can present the login step however is appropriate for its environment.

    type BrowserLoginPrompt = {
        authorizeUrl?: string;
        expiresAt: Date;
        userCode?: string;
        verificationUri?: string;
    }
    Index

    Properties

    authorizeUrl?: string

    Set for the loopback-redirect (authorization code + PKCE) flow.

    expiresAt: Date

    When to stop waiting for the user to complete this step.

    userCode?: string

    Set for the device-authorization flow.

    verificationUri?: string

    Set for the device-authorization flow.