@procivis/react-native-one-core
    Preparing search index...

    Interface HandleInvitationRequest

    interface HandleInvitationRequest {
        organisationId: string;
        redirectUri?: string;
        transport?: string[];
        url: string;
    }
    Index

    Properties

    organisationId: string
    redirectUri?: string

    For issuer-initiated Authorization Code Flows, provide the authorization server with the URI it should return the user to once authorization is complete. For example: "myapp://example".

    transport?: string[]

    For configurations with multiple transport protocols enabled you can specify which one to use for this interaction.

    url: string

    Typically encoded as a QR code or deep link by the issuer or verifier. For example: "https://example.com/credential-offer"