Struct ws_auth::client::AuthenticationManager
source · pub struct AuthenticationManager {}Expand description
A User Authentication Manager
Implementations§
source§impl AuthenticationManager
impl AuthenticationManager
pub fn new() -> AuthenticationManager
sourcepub fn use_oauth2(&mut self)
pub fn use_oauth2(&mut self)
Enables the usage of the oauth2 standards for this manager
sourcepub fn use_openid_connect(&mut self)
pub fn use_openid_connect(&mut self)
Enables the usage of openid connect standards for user authentication