Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<SocialAuthToken> |
IdentityProviderApi.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 Auth
|
List<SocialAuthToken> |
IdentityProviderApi.listSocialAuthTokens(String idpId,
String userId,
Map<String,String> additionalHeaders)
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
|
Modifier and Type | Method and Description |
---|---|
SocialAuthToken |
SocialAuthToken.addScopesItem(String scopesItem) |
SocialAuthToken |
SocialAuthToken.scopes(List<String> scopes) |
SocialAuthToken |
SocialAuthToken.token(String token) |
SocialAuthToken |
SocialAuthToken.tokenAuthScheme(String tokenAuthScheme) |
SocialAuthToken |
SocialAuthToken.tokenType(String tokenType) |
Copyright © 2017–2023 Okta. All rights reserved.