CreateAuthorizationRequest: { challenge: string; permissions?: Permission[] }

Type declaration

  • challenge: string

    The challenge that will later be needed to retrieve the token after authorization.

  • Optionalpermissions?: Permission[]

    The permissions that the token will have.