Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaJwt

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1alpha/classes.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb

Overview

A JWT token.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaJwt

Returns a new instance of GoogleFirebaseAppdistroV1alphaJwt.



1202
1203
1204
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1202

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tokenString

The JWT token (three Base64URL-encoded strings joined by dots). Corresponds to the JSON property token

Returns:

  • (String)


1200
1201
1202
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1200

def token
  @token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1207
1208
1209
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1207

def update!(**args)
  @token = args[:token] if args.key?(:token)
end