responseTypes property
ResponseTypes define whether a code, id_token token or just id_token will be returned. The response_type parameter in the authorization request must exactly match one of these values.
Implementation
@$pb.TagNumber(2)
$pb.PbList<OIDCResponseType> get responseTypes => $_getList(1);