subjectTypesSupported property

List<String> subjectTypesSupported

A list of the Subject Identifier types that this OP supports.

Valid types include pairwise and public.

Implementation

List<String> get subjectTypesSupported =>
    getTypedList('subject_types_supported')!;