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 a Scope Consent Grant Retrieves a single scope consent grant for the applicationApplicationGrantsApi.getScopeConsentGrant
(String appId, String grantId, String expand, Map<String, String> additionalHeaders) Retrieve a Scope Consent Grant Retrieves a single scope consent grant for the applicationUserApi.getUserGrant
(String userId, String grantId, String expand) Retrieve a User Grant Retrieves a grant for the specified userUserApi.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 application 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 application to request an OAuth 2.0 Okta scopeModifier and TypeMethodDescriptionUserApi.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 clientUserApi.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 Scope Consent Grants Lists all scope consent grants for the applicationApplicationGrantsApi.listScopeConsentGrants
(String appId, String expand, Map<String, String> additionalHeaders) List all Scope Consent Grants Lists all scope consent grants for the applicationList all User Grants Lists all grants for the specified userUserApi.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 application 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 application to request an OAuth 2.0 Okta scope -
Uses of OAuth2ScopeConsentGrant in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.createdBy
(OAuth2Actor createdBy) OAuth2ScopeConsentGrant.source
(OAuth2ScopeConsentGrantSource source) OAuth2ScopeConsentGrant.status
(GrantOrTokenStatus status)