EdxClient class

Constructors

EdxClient({required String edxBaseUrl})

Properties

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

Methods

appleSSO(String token, String backend, String clientId, List<String> scopes, Map body) Future<Map<String, dynamic>>
changeEmail(String username, String email, String csrfToken, String token) Future<Map<String, dynamic>?>
edxSSOLogin(String token, String backend, Map body) Future<Map<String, dynamic>>
getAccessToken(String code, String ssoClientId, String grantType, String tokenType) Future<Map<String, dynamic>>
getCSRFToken() Future<Map<String, dynamic>?>
getDMToken(String tenant_key, String token) Future<Map<String, dynamic>?>
getPlatform(String token) Future
getRefreshToken(String clientId, String grantType, String tokenType, String refreshToken) Future<Map<String, dynamic>>
googleSSO(String token, String backend, String clientId, List<String> scopes, Map body) Future<Map<String, dynamic>>
login(String username, String password, String clientId, String grant_type, String tokenType, String asymmetricJwt) Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String username, String email, String name, String password) Future<Map<String, dynamic>?>
resetPassword(String email, String csrfToken, String referer) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited
validateEmail(String email) Future<Map<String, dynamic>?>

Operators

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