menu
googleapis package
documentation
container/v1.dart
Jwk
Jwk constructor
Jwk 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 constructor
Jwk class