Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.application |
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
Client.getUserGrant(java.lang.String userId,
java.lang.String grantId)
Gets a grant for the specified user
|
OAuth2ScopeConsentGrant |
Client.getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
Gets a grant for the specified user
|
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrant |
Application.getScopeConsentGrant(java.lang.String grantId)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
Application.getScopeConsentGrant(java.lang.String grantId,
java.lang.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(java.lang.String clientId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setCreatedBy(OAuth2Actor createdBy) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setIssuer(java.lang.String issuer) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setScopeId(java.lang.String scopeId) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setSource(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setStatus(OAuth2ScopeConsentGrantStatus status) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.setUserId(java.lang.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-2021 Okta. All Rights Reserved.