Interface IOAuth2Client
Represents a OAuth2Client resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IOAuth2Client : IResource
Properties
ClientId
Declaration
string ClientId { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientName
Declaration
string ClientName { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientUri
Declaration
string ClientUri { get; }
Property Value
Type | Description |
---|---|
System.String |
LogoUri
Declaration
string LogoUri { get; }
Property Value
Type | Description |
---|---|
System.String |