Uses of Interface
com.okta.sdk.resource.OAuth2ScopeConsentGrant
-
Packages that use OAuth2ScopeConsentGrant Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of OAuth2ScopeConsentGrant in com.okta.sdk.client
Methods in com.okta.sdk.client that return OAuth2ScopeConsentGrant Modifier and Type Method Description OAuth2ScopeConsentGrant
Client. getScopeConsentGrant(java.lang.String appId, java.lang.String grantId)
Get Scope Consent Grant for Application Fetches a single scope consent grant for the applicationOAuth2ScopeConsentGrant
Client. getScopeConsentGrant(java.lang.String appId, java.lang.String grantId, java.lang.String expand)
Get Scope Consent Grant for Application Fetches a single scope consent grant for the applicationOAuth2ScopeConsentGrant
Client. getUserGrant(java.lang.String userId, java.lang.String grantId)
Get User Grant Gets a grant for the specified userOAuth2ScopeConsentGrant
Client. getUserGrant(java.lang.String userId, java.lang.String grantId, java.lang.String expand)
Get User Grant Gets a grant for the specified userOAuth2ScopeConsentGrant
Client. grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant, java.lang.String appId)
Grant Consent to Scope for Application Grants consent for the application to request an OAuth 2.0 Okta scopeMethods in com.okta.sdk.client with parameters of type OAuth2ScopeConsentGrant Modifier and Type Method Description OAuth2ScopeConsentGrant
Client. grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant, java.lang.String appId)
Grant Consent to Scope for Application Grants consent for the application to request an OAuth 2.0 Okta scope -
Uses of OAuth2ScopeConsentGrant in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2ScopeConsentGrant Modifier and Type Method Description 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(GrantOrTokenStatus status)
OAuth2ScopeConsentGrant
OAuth2ScopeConsentGrant. setUserId(java.lang.String userId)
-