menu
solid_oidc_auth package
documentation
worker.dart
KeyPair
KeyPair.new const constructor
KeyPair.new const constructor
dark_mode
light_mode
KeyPair
constructor
const
KeyPair
(
String
publicKey
,
String
privateKey
)
Creates a key pair from PEM-encoded strings.
Implementation
const KeyPair(this.publicKey, this.privateKey);
solid_oidc_auth package
documentation
worker
KeyPair
KeyPair.new const constructor
KeyPair class