Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.getScopeConsentGrant(String appId,
String grantId,
String expand)
Retrieve a Scope Consent Grant
Retrieves a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.getScopeConsentGrant(String appId,
String grantId,
String expand,
Map<String,String> additionalHeaders)
Retrieve a Scope Consent Grant
Retrieves a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
UserApi.getUserGrant(String userId,
String grantId,
String expand)
Retrieve a User Grant
Retrieves a grant for the specified user
|
OAuth2ScopeConsentGrant |
UserApi.getUserGrant(String userId,
String grantId,
String expand,
Map<String,String> additionalHeaders)
Retrieve a User Grant
Retrieves a grant for the specified user
|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.grantConsentToScope(String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.grantConsentToScope(String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant,
Map<String,String> additionalHeaders)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
Modifier and Type | Method and Description |
---|---|
List<OAuth2ScopeConsentGrant> |
UserApi.listGrantsForUserAndClient(String userId,
String clientId,
String expand,
String after,
Integer limit)
List all Grants for a Client
Lists all grants for a specified user and client
|
List<OAuth2ScopeConsentGrant> |
UserApi.listGrantsForUserAndClient(String userId,
String clientId,
String expand,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Grants for a Client
Lists all grants for a specified user and client
|
List<OAuth2ScopeConsentGrant> |
ApplicationGrantsApi.listScopeConsentGrants(String appId,
String expand)
List all Scope Consent Grants
Lists all scope consent grants for the application
|
List<OAuth2ScopeConsentGrant> |
ApplicationGrantsApi.listScopeConsentGrants(String appId,
String expand,
Map<String,String> additionalHeaders)
List all Scope Consent Grants
Lists all scope consent grants for the application
|
List<OAuth2ScopeConsentGrant> |
UserApi.listUserGrants(String userId,
String scopeId,
String expand,
String after,
Integer limit)
List all User Grants
Lists all grants for the specified user
|
List<OAuth2ScopeConsentGrant> |
UserApi.listUserGrants(String userId,
String scopeId,
String expand,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all User Grants
Lists all grants for the specified user
|
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.grantConsentToScope(String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
OAuth2ScopeConsentGrant |
ApplicationGrantsApi.grantConsentToScope(String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant,
Map<String,String> additionalHeaders)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.clientId(String clientId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.createdBy(OAuth2Actor createdBy) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.issuer(String issuer) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.links(LinksSelf links) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.scopeId(String scopeId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.source(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.status(GrantOrTokenStatus status) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.userId(String userId) |
Copyright © 2017–2023 Okta. All rights reserved.