mod
fmgp.typings.jose.mod
object mod
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
mod.type
Members list
Type members
Classlikes
open class GeneralSign extends GeneralSign
Attributes
- Supertypes
-
class GeneralSigntrait StObjectclass Objecttrait Anyclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
inline def generateKeyPair[T](alg: String, options: GenerateKeyPairOptions): Promise[GenerateKeyPairResult[T]]
inline def jwtVerify(jwt: String, key: KeyLike, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: String, key: Uint8Array, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: Uint8Array, key: KeyLike, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: Uint8Array, key: Uint8Array, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify[T](jwt: String, getKey: JWTVerifyGetKey): Promise[JWTVerifyResult & ResolvedKey[T]]
inline def jwtVerify[T](jwt: String, getKey: JWTVerifyGetKey, options: JWTVerifyOptions): Promise[JWTVerifyResult & ResolvedKey[T]]
inline def jwtVerify[T](jwt: Uint8Array, getKey: JWTVerifyGetKey): Promise[JWTVerifyResult & ResolvedKey[T]]
inline def jwtVerify[T](jwt: Uint8Array, getKey: JWTVerifyGetKey, options: JWTVerifyOptions): Promise[JWTVerifyResult & ResolvedKey[T]]
In this article