plaid v2.3.0 Plaid.WebhookVerificationKey View Source

Functions for Plaid webhook_verification_key endpoint.

Link to this section Summary

Functions

Gets a webhook verification key (JWK).

Link to this section Types

Link to this type

config()

View Source
config() :: %{required(atom()) => String.t()}
Link to this type

params()

View Source
params() :: %{required(atom()) => String.t()}
Link to this type

t()

View Source
t() :: %Plaid.WebhookVerificationKey{key: map(), request_id: String.t()}

Link to this section Functions

Link to this function

get(params, config \\ %{})

View Source
get(params(), config() | nil) ::
  {:ok, Plaid.Link.t()} | {:error, Plaid.Error.t()}

Gets a webhook verification key (JWK).

Parameters

%{
  key_id: "The key ID (kid) from the webhook's JWT header."
}