UpdateOIDCSettingsRequest$json top-level constant

  1. @Deprecated('Use updateOIDCSettingsRequestDescriptor instead')
Map<String, Object> const UpdateOIDCSettingsRequest$json

Implementation

@$core.Deprecated('Use updateOIDCSettingsRequestDescriptor instead')
const UpdateOIDCSettingsRequest$json = const {
  '1': 'UpdateOIDCSettingsRequest',
  '2': const [
    const {'1': 'access_token_lifetime', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'accessTokenLifetime'},
    const {'1': 'id_token_lifetime', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'idTokenLifetime'},
    const {'1': 'refresh_token_idle_expiration', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'refreshTokenIdleExpiration'},
    const {'1': 'refresh_token_expiration', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'refreshTokenExpiration'},
  ],
};