Struct cataclysm_jwt::jwt_session::JWTSessionBuilder
source · pub struct JWTSessionBuilder();
Expand description
Empty struct for easier user interface
Implementations§
source§impl JWTSessionBuilder
impl JWTSessionBuilder
sourcepub fn with_rs256() -> JWTRS256Builder
pub fn with_rs256() -> JWTRS256Builder
Return a builder for assymmetric signing
sourcepub fn with_hs256() -> JWTHS256Builder
pub fn with_hs256() -> JWTHS256Builder
Return a builder for symmetric signing