AWSEC2ModifyVerifiedAccessTrustProviderOidcOptions

Objective-C

@interface AWSEC2ModifyVerifiedAccessTrustProviderOidcOptions

Swift

class AWSEC2ModifyVerifiedAccessTrustProviderOidcOptions

OpenID Connect options for an oidc-type, user-identity based trust provider.

  • OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user’s details. Each scope returns a specific set of user attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable scope;

    Swift

    var scope: String? { get set }