Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.04 KB

File metadata and controls

14 lines (10 loc) · 1.04 KB

Okta.Sdk.Model.ProtocolOAuth

Protocol settings for authentication using the OAuth 2.0 Authorization Code flow

Properties

Name Type Description Notes
Credentials OAuthCredentials [optional]
Endpoints OAuthEndpoints [optional]
Scopes List<string> IdP-defined permission bundles to request delegated access from the user. > Note: The identity provider type table lists the scopes that are supported for each IdP. [optional]
Type string OAuth 2.0 Authorization Code flow [optional]

[Back to Model list] [Back to API list] [Back to README]