struct

AWSLambdaEvents::Cognito::DefineAuthChallengeResponse

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(challenge_name : String | Nil = nil, issue_tokens : Bool = false, fail_authentication : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

challenge_name
Source
challenge_name=(challenge_name : String | Nil)
Source
fail_authentication=(fail_authentication : Bool)
Source
fail_authentication?
Source
issue_tokens=(issue_tokens : Bool)
Source
issue_tokens?
Source