IHealthAuthUrl class

authenticate Uri

Inheritance

Constructors

IHealthAuthUrl({bool? isNew, required String clientSecret, required String clientId, required String redirectUri, required IHealthCredential? credential})

Properties

clientId String
finalinherited
clientSecret String
finalinherited
credential IHealthCredential?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isNew bool?
getter/setter pair
redirectUrl String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticateUrl() String
authorizeUrl(String code) String
https://api.ihealthlabs.com:8443/OpenApiV2/OAuthv2/userauthorization/? client_id= &client_secret= &grant_type=authorization_code &redirect_uri= &code=
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshTokenUrl(String token) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

apiName → const String