menu
googleapis package
documentation
container/v1.dart
Jwk
Jwk.new constructor
Jwk.new constructor
dark_mode
light_mode
Jwk
constructor
Jwk
(
{
String
?
alg
,
String
?
crv
,
String
?
e
,
String
?
kid
,
String
?
kty
,
String
?
n
,
String
?
use
,
String
?
x
,
String
?
y
,
})
Implementation
Jwk({
this
.alg,
this
.crv,
this
.e,
this
.kid,
this
.kty,
this
.n,
this
.use,
this
.x,
this
.y, });
googleapis package
documentation
container/v1
Jwk
Jwk.new constructor
Jwk class
Constructors
new
fromJson
Properties
alg
crv
e
hashCode
kid
kty
n
runtimeType
use
x
y
Methods
noSuchMethod
toJson
toString
Operators
operator ==