Interface IAppUserCredentials
Represents a AppUserCredentials resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IAppUserCredentials : IResource
Properties
Password
Declaration
IAppUserPasswordCredential Password { get; set; }
Property Value
| Type | Description |
|---|---|
| IAppUserPasswordCredential |
UserName
Declaration
string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |