View Source WaxAPIREST.Types.ServerAuthenticatorAttestationResponse (wax_api_rest v0.3.0)

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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