subjectTypesSupported property

List<String>? subjectTypesSupported
getter/setter pair

JSON array containing a list of the subject identifier types that this OP supports.

Note: Currently always "["public"]".

Implementation

core.List<core.String>? subjectTypesSupported;