Interface

Soup-3.0SoupAuthDigestConstructorProps

interface ConstructorProps {
    authority: string;
    is_authenticated: boolean;
    is_cancelled: boolean;
    is_for_proxy: boolean;
    isAuthenticated: boolean;
    isCancelled: boolean;
    isForProxy: boolean;
    realm: string;
    scheme_name: string;
    schemeName: string;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Soup.Auth.ConstructorProps

authority: string
is_authenticated: boolean
is_cancelled: boolean
is_for_proxy: boolean
isAuthenticated: boolean
isCancelled: boolean
isForProxy: boolean
realm: string
scheme_name: string
schemeName: string