responseTypes property

  1. @TagNumber.new(2)
PbList<OIDCResponseType> get responseTypes

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. Any existing response types not included in this list will be removed. If not set, the response types will not be changed.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$4.OIDCResponseType> get responseTypes => $_getList(1);