Lightning.Credentials.ResolvedCredential (Lightning v2.15.0-pre5)
View SourceRepresents 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
@type t() :: %Lightning.Credentials.ResolvedCredential{ body: map(), credential: Lightning.Credentials.Credential.t() }