Show / Hide Table of Contents
Improve this Doc View Source

Enum GrantTypes

Enum values for the OAuth grant types

Namespace:Dapplo.HttpExtensions.OAuth
Assembly:Dapplo.HttpExtensions.dll
Syntax
public enum GrantTypes

Fields

| Improve this Doc View Source

AuthorizationCode

Requesting a authorization code

Declaration
AuthorizationCode = 2
| Improve this Doc View Source

Password

Requesting a Password

Declaration
Password = 0
| Improve this Doc View Source

RefreshToken

Requesting a refresh token

Declaration
RefreshToken = 1
Back to top Copyright © 2015-2016 Microsoft
Generated by docfx