Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
ApplicationApi.getScopeConsentGrant(java.lang.String appId,
java.lang.String grantId,
java.lang.String expand)
Retrieve a Scope Consent Grant
Retrieves a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
UserApi.getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
Retrieve a User Grant
Retrieves a grant for the specified user
|
OAuth2ScopeConsentGrant |
ApplicationApi.grantConsentToScope(java.lang.String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OAuth2ScopeConsentGrant> |
UserApi.listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand,
java.lang.String after,
java.lang.Integer limit)
List all Grants for a Client
Lists all grants for a specified user and client
|
java.util.List<OAuth2ScopeConsentGrant> |
ApplicationApi.listScopeConsentGrants(java.lang.String appId,
java.lang.String expand)
List all Scope Consent Grants
Lists all scope consent grants for the application
|
java.util.List<OAuth2ScopeConsentGrant> |
UserApi.listUserGrants(java.lang.String userId,
java.lang.String scopeId,
java.lang.String expand,
java.lang.String after,
java.lang.Integer limit)
List all User Grants
Lists all grants for the specified user
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ApplicationApi.grantConsentToScope(java.lang.Class<?> T,
java.lang.String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
OAuth2ScopeConsentGrant |
ApplicationApi.grantConsentToScope(java.lang.String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grant Consent to Scope
Grants consent for the application to request an OAuth 2.0 Okta scope
|
PagedList |
ApplicationApi.grantConsentToScopeWithPaginationInfo(java.lang.String appId,
OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
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(java.lang.String clientId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.createdBy(OAuth2Actor createdBy) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.issuer(java.lang.String issuer) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.scopeId(java.lang.String scopeId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.source(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.status(GrantOrTokenStatus status) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.userId(java.lang.String userId) |
Copyright © 2017-2022 Okta. All Rights Reserved.