Appearance
Documentation / react-auth / Github
Interface: Github ​
Object representation of a user's Github account.
Extended by ​
Properties ​
email ​
email:
null
|string
The email associated with the Github account.
name ​
name:
null
|string
The name associated with the Github account.
subject ​
subject:
string
The sub
claim from the Github-issued JWT for this account.
username ​
username:
null
|string
The username associated with the Github account.