MCPcopy Create free account
hub / github.com/Treeki/BirdBridge / SignInFormData

Interface SignInFormData

apis/authflow.ts:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51/// Data passed in a hidden, signed field when submitting the authorisation form
52interface SignInFormData {
53 purpose: 'authorize',
54 clientId: string,
55 scope: string,
56 redirectUri: string
57}
58
59/// Data passed in the 'code' field when the token is fetched by the client
60interface TokenRequestData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected