AWS SDK for .NET Documentation
Provider Property
AmazonAmazon.SecurityToken.ModelAssumeRoleWithWebIdentityResultProvider Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Provider.

The issuing authority of the web identity token presented. For OpenID Connect ID Tokens this contains the value of the

CopyC#
iss
field. For OAuth 2.0 Access Tokens, this contains the value of the
CopyC#
ProviderId
parameter that was passed in the
CopyC#
AssumeRoleWithWebIdentity
request.

Declaration Syntax
C#
public string Provider { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)