interface WebAuthFlowOutput {
    authUrl?: string;
}

Properties

Properties

authUrl?: string

Full redirect URL captured when the authentication flow completes. Contains auth tokens or codes as query parameters.