Uses of Class
com.okta.sdk.resource.model.OAuth2ScopeConsentGrant
-
Uses of OAuth2ScopeConsentGrant in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionApplicationGrantsApi.getScopeConsentGrant
(String appId, String grantId, String expand) Retrieve an app Grant Retrieves a single scope consent Grant object for the appApplicationGrantsApi.getScopeConsentGrant
(String appId, String grantId, String expand, Map<String, String> additionalHeaders) Retrieve an app Grant Retrieves a single scope consent Grant object for the appUserGrantApi.getUserGrant
(String userId, String grantId, String expand) Retrieve a User Grant Retrieves a Grant for the specified UserUserGrantApi.getUserGrant
(String userId, String grantId, String expand, Map<String, String> additionalHeaders) Retrieve a User Grant Retrieves a Grant for the specified UserApplicationGrantsApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant consent to scope Grants consent for the app to request an OAuth 2.0 Okta scopeApplicationGrantsApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant, Map<String, String> additionalHeaders) Grant consent to scope Grants consent for the app to request an OAuth 2.0 Okta scopeModifier and TypeMethodDescriptionUserGrantApi.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 clientUserGrantApi.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 clientApplicationGrantsApi.listScopeConsentGrants
(String appId, String expand) List all app Grants Lists all scope consent Grants for the appApplicationGrantsApi.listScopeConsentGrants
(String appId, String expand, Map<String, String> additionalHeaders) List all app Grants Lists all scope consent Grants for the appUserGrantApi.listUserGrants
(String userId, String scopeId, String expand, String after, Integer limit) List all User Grants Lists all Grants for the specified userUserGrantApi.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 userModifier and TypeMethodDescriptionApplicationGrantsApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant consent to scope Grants consent for the app to request an OAuth 2.0 Okta scopeApplicationGrantsApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant, Map<String, String> additionalHeaders) Grant consent to scope Grants consent for the app to request an OAuth 2.0 Okta scope -
Uses of OAuth2ScopeConsentGrant in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.createdBy
(OAuth2Actor createdBy) OAuth2ScopeConsentGrant.embedded
(OAuth2ScopeConsentGrantEmbedded embedded) OAuth2ScopeConsentGrant.links
(OAuth2ScopeConsentGrantLinks links) OAuth2ScopeConsentGrant.source
(OAuth2ScopeConsentGrantSource source) OAuth2ScopeConsentGrant.status
(GrantOrTokenStatus status)