Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb 
Overview
Request message for the ExchangeSafetyNetToken method.
Instance Attribute Summary collapse
- 
  
    
      #safety_net_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest.
      801 802 803  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 801 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#safety_net_token ⇒ String
Required. The SafetyNet attestation response issued to your app.
Corresponds to the JSON property safetyNetToken
      799 800 801  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 799 def safety_net_token @safety_net_token end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      806 807 808  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 806 def update!(**args) @safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token) end  |