OIDCResponseType$json top-level constant
- @Deprecated('Use oIDCResponseTypeDescriptor instead')
Implementation
@$core.Deprecated('Use oIDCResponseTypeDescriptor instead')
const OIDCResponseType$json = {
'1': 'OIDCResponseType',
'2': [
{'1': 'OIDC_RESPONSE_TYPE_CODE', '2': 0},
{'1': 'OIDC_RESPONSE_TYPE_ID_TOKEN', '2': 1},
{'1': 'OIDC_RESPONSE_TYPE_ID_TOKEN_TOKEN', '2': 2},
],
};