Skip to main content

OAuthStrategy

Type Alias OAuthStrategy 

Source
pub type OAuthStrategy = DeviceSessionStrategy;
๐Ÿ‘ŽDeprecated since 0.36.0:

renamed to DeviceSessionStrategy

Expand description

Deprecated alias for DeviceSessionStrategy.

Renamed to make the renewal (existing CTS session) vs federation (OidcFederationStrategy) distinction explicit. The old name still resolves so existing code keeps compiling; it will be removed in a future major release.

Aliased Typeยง

pub struct OAuthStrategy { /* private fields */ }