Documentation
    Preparing search index...

    OAuth2 device authorization flow.

    interface IDeviceFlow {
        deviceAuthorizationUrl: string;
        refreshUrl?: string;
        scopes?: Record<string, string>;
        tokenUrl: string;
    }
    Index

    Properties

    deviceAuthorizationUrl: string

    Device authorization URL.

    refreshUrl?: string

    Refresh URL.

    scopes?: Record<string, string>

    Available scopes.

    tokenUrl: string

    Token URL.