GithubClientAuth class
github client auth
Constructors
- GithubClientAuth.new({String token_github = "", String username_github = "", String password_github = "", num x_ratelimit_limit = 0, num x_ratelimit_remaining = 0, num x_ratelimit_reset = 0, required GithubClientAuthType github_client_auth_type})
Properties
- github_client_auth_type → GithubClientAuthType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- password_github → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token_github → String
-
final
- username_github → String
-
final
- x_ratelimit_limit ↔ num
-
getter/setter pair
- x_ratelimit_remaining ↔ num
-
getter/setter pair
- x_ratelimit_reset ↔ num
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHeaderStringValue(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
anonymous(
) → GithubClientAuth -
withToken(
{required String tokenGithub}) → GithubClientAuth -
withUsernameAndPassword(
{required String usernameGithub, required String passwordGithub}) → GithubClientAuth