accessToken property

String accessToken
final

Your personal github access token that can be used to get data from the Github APIs. See here to learn to generate one for you.

Note: Make sure to not exponse this token in public

Implementation

final String accessToken;