Skip to content

OpenIdConnectConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new OpenIdConnectConfigProperty {
    object OpenIdApiType,
    object IdTokenParamName = null,
    object PublicKey = null,
    object PublicKeyId = null
};

Properties

Name Type Description
OpenIdApiType object No description.
IdTokenParamName object No description.
PublicKey object No description.
PublicKeyId object No description.

OpenIdApiTypeRequired

public object OpenIdApiType { get; set; }
  • Type: object

IdTokenParamNameOptional

public object IdTokenParamName { get; set; }
  • Type: object

PublicKeyOptional

public object PublicKey { get; set; }
  • Type: object

PublicKeyIdOptional

public object PublicKeyId { get; set; }
  • Type: object