Variable RawIssuerClaimsSchemaConst

RawIssuerClaimsSchema: TObject<{
    http://wso2.org/claims/apicontext: TString;
    http://wso2.org/claims/applicationid: TString;
    http://wso2.org/claims/applicationname: TString;
    http://wso2.org/claims/applicationtier: TString;
    http://wso2.org/claims/client_id: TString;
    http://wso2.org/claims/enduser: TString;
    http://wso2.org/claims/enduserTenantId: TString;
    http://wso2.org/claims/keytype: TEnum<typeof KeyType>;
    http://wso2.org/claims/subscriber: TString;
    http://wso2.org/claims/tier: TString;
    http://wso2.org/claims/usertype: TEnum<typeof UserType>;
    http://wso2.org/claims/version: TString;
}> = ...

Type declaration

  • http://wso2.org/claims/apicontext: TString
  • http://wso2.org/claims/applicationid: TString
  • http://wso2.org/claims/applicationname: TString
  • http://wso2.org/claims/applicationtier: TString
  • http://wso2.org/claims/client_id: TString
  • http://wso2.org/claims/enduser: TString
  • http://wso2.org/claims/enduserTenantId: TString
  • http://wso2.org/claims/keytype: TEnum<typeof KeyType>
  • http://wso2.org/claims/subscriber: TString
  • http://wso2.org/claims/tier: TString
  • http://wso2.org/claims/usertype: TEnum<typeof UserType>
  • http://wso2.org/claims/version: TString

Generated using TypeDoc