Search Results for

    Show / Hide Table of Contents

    Class OAuthGrantTypes

    Defines the supported OAuth grant types

    Inheritance
    System.Object
    OAuthGrantTypes
    Namespace: ImageVault.Common.Security.OAuth
    Assembly: ImageVault.Common.dll
    Syntax
    public static class OAuthGrantTypes : Object

    Fields

    AuthorizationCode

    Authorization code grant type

    Declaration
    public const string AuthorizationCode = "authorization_code"
    Field Value
    Type Description
    System.String

    ClientCredentials

    Gets the ClientCredentials of the OAuthGrantTypes

    Declaration
    public const string ClientCredentials = "client_credentials"
    Field Value
    Type Description
    System.String

    Password

    Gets the Password of the OAuthGrantTypes

    Declaration
    public const string Password = "password"
    Field Value
    Type Description
    System.String

    RefreshToken

    Gets the RefreshToken of the OAuthGrantTypes

    Declaration
    public const string RefreshToken = "refresh_token"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022