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.



971
972
973
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 971

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)


942
943
944
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 942

def alg
  @alg
end

#eString

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

Returns:

  • (String)


948
949
950
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 948

def e
  @e
end

#kidString

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

Returns:

  • (String)


953
954
955
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 953

def kid
  @kid
end

#ktyString

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

Returns:

  • (String)


958
959
960
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 958

def kty
  @kty
end

#nString

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

Returns:

  • (String)


964
965
966
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 964

def n
  @n
end

#useString

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

Returns:

  • (String)


969
970
971
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 969

def use
  @use
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



976
977
978
979
980
981
982
983
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 976

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