@idkollen/client
    Preparing search index...

    Interface MitIdAuthRequest

    Request body for starting a MitID authentication session.

    interface MitIdAuthRequest {
        redirectUrl?: string;
        referenceText?: string;
        refId?: string;
        requestAddress?: boolean;
        requestEmail?: boolean;
        requestPhone?: boolean;
    }
    Index

    Properties

    redirectUrl?: string

    URL to redirect the user to after completing the flow.

    referenceText?: string

    Text shown to the user during authentication. Must not contain % or < (max 130 chars).

    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.