WaxAPIREST.Types.ServerAuthenticatorAttestationResponse (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

@type t() :: %WaxAPIREST.Types.ServerAuthenticatorAttestationResponse{
  attestationObject: String.t(),
  clientDataJSON: String.t()
}

Functions

new(response)

@spec new(map()) :: t() | no_return()