Glossary

We use syntax based on Flow syntax to document types. ? indicates that a value is optional.

ClientInfo

TODO

Credentials

type Credentials = {
  clientId: String;
  accessToken: String;
  fluxToken: String;
  tokenType: String | 'bearer';
  refreshToken: ?String;
  scope: ?String;
  tokenExpiry: ?number;
  clientInfo: ClientInfo;
  idToken: ?IdToken;
}

IdToken

type IdToken = Object

Project

TODO

User

TODO

Permission

string "collaborator" | "owner" | "viewer"

results matching ""

    No results matching ""