| Package | Description |
|---|---|
| com.okta.sdk.client | |
| com.okta.sdk.resource.application |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrant |
Client.getUserGrant(String userId,
String grantId)
Gets a grant for the specified user
|
OAuth2ScopeConsentGrant |
Client.getUserGrant(String userId,
String grantId,
String expand)
Gets a grant for the specified user
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrant |
Application.getScopeConsentGrant(String grantId)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
Application.getScopeConsentGrant(String grantId,
String expand)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
Application.grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grants consent for the application to request an OAuth 2.0 Okta scope
|
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setClientId(String clientId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setCreatedBy(OAuth2Actor createdBy) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setIssuer(String issuer) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setScopeId(String scopeId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setSource(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setStatus(OAuth2ScopeConsentGrantStatus status) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrant |
Application.grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grants consent for the application to request an OAuth 2.0 Okta scope
|
Copyright © 2017–2023 Okta. All rights reserved.