WaxAPIREST.Types.ServerAuthenticatorAssertionResponse (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

@type t() :: %WaxAPIREST.Types.ServerAuthenticatorAssertionResponse{
  authenticatorData: String.t(),
  clientDataJSON: String.t(),
  signature: String.t(),
  userHandle: String.t()
}

Functions

new(response)

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