Uses of Class
org.openapitools.client.model.OAuth2ScopeConsentGrant
Packages that use OAuth2ScopeConsentGrant
-
Uses of OAuth2ScopeConsentGrant in org.openapitools.client.api
Methods in org.openapitools.client.api that return OAuth2ScopeConsentGrantModifier and TypeMethodDescriptionApplicationApi.getScopeConsentGrant
(String appId, String grantId, String expand) 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 userApplicationApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scopeMethods in org.openapitools.client.api that return types with arguments of type OAuth2ScopeConsentGrantModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OAuth2ScopeConsentGrant>
ApplicationApi.getScopeConsentGrantWithHttpInfo
(String appId, String grantId, String expand) Retrieve a Scope Consent Grant Retrieves a single scope consent grant for the applicationorg.springframework.http.ResponseEntity<OAuth2ScopeConsentGrant>
UserApi.getUserGrantWithHttpInfo
(String userId, String grantId, String expand) Retrieve a User Grant Retrieves a grant for the specified userorg.springframework.http.ResponseEntity<OAuth2ScopeConsentGrant>
ApplicationApi.grantConsentToScopeWithHttpInfo
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scopeUserApi.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 clientorg.springframework.http.ResponseEntity<List<OAuth2ScopeConsentGrant>>
UserApi.listGrantsForUserAndClientWithHttpInfo
(String userId, String clientId, String expand, String after, Integer limit) List all Grants for a Client Lists all grants for a specified user and clientApplicationApi.listScopeConsentGrants
(String appId, String expand) List all Scope Consent Grants Lists all scope consent grants for the applicationorg.springframework.http.ResponseEntity<List<OAuth2ScopeConsentGrant>>
ApplicationApi.listScopeConsentGrantsWithHttpInfo
(String appId, String expand) List all Scope Consent Grants Lists all scope consent grants for the applicationList all User Grants Lists all grants for the specified userorg.springframework.http.ResponseEntity<List<OAuth2ScopeConsentGrant>>
UserApi.listUserGrantsWithHttpInfo
(String userId, String scopeId, String expand, String after, Integer limit) List all User Grants Lists all grants for the specified userMethods in org.openapitools.client.api with parameters of type OAuth2ScopeConsentGrantModifier and TypeMethodDescription<T> T
ApplicationApi.grantConsentToScope
(Class<?> T, String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scopeApplicationApi.grantConsentToScope
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scopeorg.springframework.http.ResponseEntity<OAuth2ScopeConsentGrant>
ApplicationApi.grantConsentToScopeWithHttpInfo
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scopeApplicationApi.grantConsentToScopeWithPaginationInfo
(String appId, OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant) Grant Consent to Scope Grants consent for the application to request an OAuth 2.0 Okta scope -
Uses of OAuth2ScopeConsentGrant in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2ScopeConsentGrantModifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.createdBy
(OAuth2Actor createdBy) OAuth2ScopeConsentGrant.source
(OAuth2ScopeConsentGrantSource source) OAuth2ScopeConsentGrant.status
(GrantOrTokenStatus status)