Lightning.Credentials.ResolvedCredential (Lightning v2.15.0-pre5)

View Source

Represents a credential that has been resolved and is ready for worker consumption.

Contains the final body for the specific environment and maintains reference to the original credential for scrubbing setup.

Summary

Functions

Creates a ResolvedCredential from a Credential with a specific body.

Types

t()

@type t() :: %Lightning.Credentials.ResolvedCredential{
  body: map(),
  credential: Lightning.Credentials.Credential.t()
}

Functions

from(credential, body)

Creates a ResolvedCredential from a Credential with a specific body.