Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.application | |
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 |
DefaultClient.getUserGrant(String userId,
String grantId)
Gets a grant for the specified user
|
OAuth2ScopeConsentGrant |
DefaultClient.getUserGrant(String userId,
String grantId,
String expand)
Gets a grant for the specified user
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuth2ScopeConsentGrant
OAuth2ScopeConsentGrant
|
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
DefaultApplication.getScopeConsentGrant(String grantId)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
DefaultApplication.getScopeConsentGrant(String grantId,
String expand)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
DefaultApplication.grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grants consent for the application to request an OAuth 2.0 Okta scope
|
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setClientId(String clientId) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setCreatedBy(OAuth2Actor createdBy) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setIssuer(String issuer) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setScopeId(String scopeId) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setSource(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setStatus(OAuth2ScopeConsentGrantStatus status) |
OAuth2ScopeConsentGrant |
DefaultOAuth2ScopeConsentGrant.setUserId(String userId) |
Modifier and Type | Method and Description |
---|---|
protected Class<OAuth2ScopeConsentGrant> |
DefaultOAuth2ScopeConsentGrantList.getItemType() |
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
DefaultApplication.grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grants consent for the application to request an OAuth 2.0 Okta scope
|
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.