Class OAuth2Application
Inheritance
System.Object
OAuth2Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class OAuth2Application
Properties
| Improve this Doc View SourceClient_id
Declaration
public string Client_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Client_secret
Declaration
public string Client_secret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Confidential_client
Declaration
public bool? Confidential_client { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Created
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Redirect_uris
Declaration
public ICollection<string> Redirect_uris { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |