Table of Contents

Class GrantTypes

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.dll
public class GrantTypes
Inheritance
GrantTypes
Inherited Members

Constructors

GrantTypes()

public GrantTypes()

Properties

Ciba

public static ICollection<string> Ciba { get; }

Property Value

ICollection<string>

ClientCredentials

public static ICollection<string> ClientCredentials { get; }

Property Value

ICollection<string>

Code

public static ICollection<string> Code { get; }

Property Value

ICollection<string>

CodeAndClientCredentials

public static ICollection<string> CodeAndClientCredentials { get; }

Property Value

ICollection<string>

DeviceFlow

public static ICollection<string> DeviceFlow { get; }

Property Value

ICollection<string>

Hybrid

public static ICollection<string> Hybrid { get; }

Property Value

ICollection<string>

HybridAndClientCredentials

public static ICollection<string> HybridAndClientCredentials { get; }

Property Value

ICollection<string>

Implicit

public static ICollection<string> Implicit { get; }

Property Value

ICollection<string>

ImplicitAndClientCredentials

public static ICollection<string> ImplicitAndClientCredentials { get; }

Property Value

ICollection<string>

ResourceOwnerPassword

public static ICollection<string> ResourceOwnerPassword { get; }

Property Value

ICollection<string>

ResourceOwnerPasswordAndClientCredentials

public static ICollection<string> ResourceOwnerPasswordAndClientCredentials { get; }

Property Value

ICollection<string>