API version:
Show / Hide Table of Contents

Interface IOAuth2Client

Represents a OAuth2Client resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.