@wireapp/core-crypto
    Preparing search index...

    Type Alias AcmeChallenge

    For creating a challenge.

    type AcmeChallenge = {
        delegate: ArrayBuffer;
        target: string;
        url: string;
    }
    Index

    Properties

    Properties

    delegate: ArrayBuffer

    Contains raw JSON data of this challenge. This is parsed by the underlying Rust library hence should not be accessed

    target: string

    Non-standard, Wire specific claim. Indicates the consumer from where it should get the challenge proof. Either from wire-server "/access-token" endpoint in case of a DPoP challenge, or from an OAuth token endpoint for an OIDC challenge

    url: string

    URL of this challenge