AuthnProto$json top-level constant

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

Implementation

@$core.Deprecated('Use authnProtoDescriptor instead')
const AuthnProto$json = {
  '1': 'AuthnProto',
  '2': [
    {'1': 'access_token', '3': 1, '4': 1, '5': 9, '10': 'accessToken'},
    {'1': 'refresh_token', '3': 2, '4': 1, '5': 9, '10': 'refreshToken'},
    {'1': 'expires_in', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'expiresIn'},
  ],
  '3': [AuthnProto_LoginRequest$json, AuthnProto_RefreshRequest$json],
  '4': [AuthnProto_AuthnError$json],
};