OAuth2Service class

Constructors

OAuth2Service(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteClientRegistrationTemplate(String oAuth2ClientRegistrationTemplateId, {RequestConfig? requestConfig}) Future<void>
getClientRegistrationTemplates({RequestConfig? requestConfig}) Future<List<OAuth2ClientRegistrationTemplate>>
getCurrentOAuth2Info({RequestConfig? requestConfig}) Future<OAuth2Info>
getLoginProcessingUrl({RequestConfig? requestConfig}) Future<String>
getOAuth2Clients({String? pkgName, PlatformType? platform, RequestConfig? requestConfig}) Future<List<OAuth2ClientInfo>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveClientRegistrationTemplate(OAuth2ClientRegistrationTemplate clientRegistrationTemplate, {RequestConfig? requestConfig}) Future<OAuth2ClientRegistrationTemplate>
saveOAuth2Info(OAuth2Info oAuth2Info, {RequestConfig? requestConfig}) Future<OAuth2Info>
toString() String
A string representation of this object.
inherited

Operators

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