class Google::Apis::VerifiedaccessV1::Challenge

Result message for VerifiedAccess.CreateChallenge.

Attributes

alternative_challenge[RW]

The wrapper message of any data and its signature. Corresponds to the JSON property `alternativeChallenge` @return [Google::Apis::VerifiedaccessV1::SignedData]

challenge[RW]

The wrapper message of any data and its signature. Corresponds to the JSON property `challenge` @return [Google::Apis::VerifiedaccessV1::SignedData]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/verifiedaccess_v1/classes.rb, line 39
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/verifiedaccess_v1/classes.rb, line 44
def update!(**args)
  @alternative_challenge = args[:alternative_challenge] if args.key?(:alternative_challenge)
  @challenge = args[:challenge] if args.key?(:challenge)
end