menu
carp_webservices package
documentation
carp_auth/carp_auth.dart
OAuthEndPoint
OAuthEndPoint.new constructor
OAuthEndPoint.new constructor
dark_mode
light_mode
OAuthEndPoint
constructor
OAuthEndPoint
(
{
required
String
clientID
,
required
String
clientSecret
,
String
path
=
"/oauth/token"
,
})
Implementation
OAuthEndPoint({ required this.clientID, required this.clientSecret, this.path = "/oauth/token", });
carp_webservices package
documentation
carp_auth/carp_auth
OAuthEndPoint
OAuthEndPoint.new constructor
OAuthEndPoint class