Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPublicJwk

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaPublicJwk

Returns a new instance of GoogleFirebaseAppcheckV1betaPublicJwk.



424
425
426
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 424

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

Instance Attribute Details

#algString

See section 4.4 of RFC 7517. Corresponds to the JSON property alg

Returns:

  • (String)


395
396
397
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 395

def alg
  @alg
end

#eString

See section 6.3.1.2 of RFC 7518. Corresponds to the JSON property e

Returns:

  • (String)


401
402
403
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 401

def e
  @e
end

#kidString

See section 4.5 of RFC 7517. Corresponds to the JSON property kid

Returns:

  • (String)


406
407
408
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 406

def kid
  @kid
end

#ktyString

See section 4.1 of RFC 7517. Corresponds to the JSON property kty

Returns:

  • (String)


411
412
413
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 411

def kty
  @kty
end

#nString

See section 6.3.1.1 of RFC 7518. Corresponds to the JSON property n

Returns:

  • (String)


417
418
419
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 417

def n
  @n
end

#useString

See section 4.2 of RFC 7517. Corresponds to the JSON property use

Returns:

  • (String)


422
423
424
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 422

def use
  @use
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



429
430
431
432
433
434
435
436
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 429

def update!(**args)
  @alg = args[:alg] if args.key?(:alg)
  @e = args[:e] if args.key?(:e)
  @kid = args[:kid] if args.key?(:kid)
  @kty = args[:kty] if args.key?(:kty)
  @n = args[:n] if args.key?(:n)
  @use = args[:use] if args.key?(:use)
end