Show / Hide Table of Contents

Class ScimClientCredentials

The OAuth2 client credentials.

Inheritance
System.Object
ScimClientCredentials
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ScimClientCredentials : object

Properties

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
System.String

The client identifier.

ClientSecret

Declaration
public string ClientSecret { get; set; }
Property Value
Type Description
System.String

The client secret.

In This Article
Back to top