JWKS constructor

JWKS({
  1. List<JWKSKeysInner> keys = const [],
})

Returns a new JWKS instance.

Implementation

JWKS({
  this.keys = const [],
});