UNPKG

@dritelabs/accounts-protobuf

Version:

Accounts database module

21 lines (19 loc) 463 B
interface CreateTokenRequest { 'authTime'?: (string); 'acr'?: (string); 'amr'?: (string); 'aud'?: (string)[]; 'clientId'?: (string); 'sub'?: (string); 'scope'?: (string); } interface CreateTokenRequest__Output { 'authTime': (string); 'acr': (string); 'amr': (string); 'aud': (string)[]; 'clientId': (string); 'sub': (string); 'scope': (string); } export { CreateTokenRequest, CreateTokenRequest__Output };