All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.auth.OAuthFlow.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy