@idkollen/client
    Preparing search index...

    Interface FtnPending

    Returned while the user has not yet acted.

    interface FtnPending {
        id: string;
        refId?: string;
        url: string;
    }
    Index

    Properties

    Properties

    id: string
    refId?: string
    url: string

    Redirect URL for the FTN provider login page.