class WebAuthn::CredentialOptions

def challenge

def challenge
  @challenge ||= SecureRandom.random_bytes(CHALLENGE_LENGTH)
end

def timeout

def timeout
  @timeout = WebAuthn.configuration.credential_options_timeout
end