@idkollen/client
    Preparing search index...

    Interface FrejaAuthRequest

    Request body for starting a Freja eID authentication session.

    interface FrejaAuthRequest {
        callbackUrl?: string;
        minRegistrationLevel?: FrejaRegistrationLevel;
        orgNumber?: string;
        refId?: string;
        requestAddress?: boolean;
        ssn?: string;
    }
    Index

    Properties

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    minRegistrationLevel?: FrejaRegistrationLevel

    Minimum required Freja registration level.

    orgNumber?: string

    Organisation number — enables company signatory check.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    requestAddress?: boolean

    Fetch the user's registered address on completion.

    ssn?: string

    Personal number of the user to authenticate.