
csharp.auth.OAuthFlow.mustache Maven / Gradle / Ivy
The newest version!
{{>partial_header}}
namespace {{packageName}}.Client.Auth
{
///
/// Available flows for OAuth2 authentication
///
public enum OAuthFlow
{
/// Authorization code flow
ACCESS_CODE,
/// Implicit flow
IMPLICIT,
/// Password flow
PASSWORD,
/// Client credentials flow
APPLICATION
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy