@idkollen/client
    Preparing search index...

    Interface BankIdNoAuthRequest

    Request body for starting a BankID NO authentication session.

    interface BankIdNoAuthRequest {
        appCallbackUri?: string;
        redirectUrl?: string;
        refId?: string;
        requestAddress?: boolean;
        requestEmail?: boolean;
        requestPhone?: boolean;
        requestSsn?: boolean;
    }
    Index

    Properties

    appCallbackUri?: string

    (BETA) Deep-link URI to return the user to your app after authentication.

    redirectUrl?: string

    URL to redirect the user to after completing the flow.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    requestAddress?: boolean

    Request the user's registered address.

    requestEmail?: boolean

    Request the user's email address.

    requestPhone?: boolean

    Request the user's phone number.

    requestSsn?: boolean

    Request the user's Norwegian personal number (fødselsnummer).