Uses of Class
org.openapitools.client.model.SocialAuthToken
Packages that use SocialAuthToken
-
Uses of SocialAuthToken in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type SocialAuthTokenModifier and TypeMethodDescriptionIdentityProviderApi.listSocialAuthTokens
(String idpId, String userId) List all Tokens from a OIDC Identity Provider Lists the tokens minted by the Social Authentication Provider when the user authenticates with Okta via Social Authorg.springframework.http.ResponseEntity<List<SocialAuthToken>>
IdentityProviderApi.listSocialAuthTokensWithHttpInfo
(String idpId, String userId) List all Tokens from a OIDC Identity Provider Lists the tokens minted by the Social Authentication Provider when the user authenticates with Okta via Social Auth -
Uses of SocialAuthToken in org.openapitools.client.model
Methods in org.openapitools.client.model that return SocialAuthTokenModifier and TypeMethodDescriptionSocialAuthToken.addScopesItem
(String scopesItem) SocialAuthToken.tokenAuthScheme
(String tokenAuthScheme)