Api Key
An ApiKey consists of 2 parts, its data and signature. The signature is specific to the data and RSA key such that if it or the signature are modified, the ApiKey is invalidated.
The signature is always verified upon instantiation of ApiKey; a valid signature for data must be provided to instantiate ApiKey.
See also
Constructors
Link copied to clipboard
protected constructor(encodedApiKey: String, publicKey: String, decoder: ApiKey.Property.Decoder<P>)