class WebAuthn::RelyingParty

def encoder

Used to decode user input and to encode data provided to the user.
This is the user-data encoder.
def encoder
  @encoder ||= WebAuthn::Encoder.new(encoding)
end