Interface ICoreAmazonSSO
- Namespace
 - Amazon.Runtime.SharedInterfaces
 
- Assembly
 - AWSSDK.Core.dll
 
ICoreAmazonSSO is not meant to be used directly. It defines SSO service with basic .NET types and allows other services to be able to use the service as a runtime dependency. This interface is implemented by the AmazonSSOClient defined in the AWSSDK.SSO assembly.
public interface ICoreAmazonSSO
  Methods
CredentialsFromSsoAccessTokenAsync(string, string, string, IDictionary<string, object>)
Task<ImmutableCredentials> CredentialsFromSsoAccessTokenAsync(string accountId, string roleName, string accessToken, IDictionary<string, object> additionalProperties)
  Parameters
accountIdstringroleNamestringaccessTokenstringadditionalPropertiesIDictionary<string, object>