@idkollen/client
    Preparing search index...

    Interface FtnAuthRequest

    Request body for starting a Finnish Trust Network (FTN) authentication session.

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

    Properties

    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.