Interface AuthFeatureAPI
- All Superinterfaces:
FeatureAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic interface -
Method Summary
Modifier and TypeMethodDescriptionauth(String login, AuthMethodPassword password) exit()refreshToken(String refreshToken)
-
Method Details
-
getCurrentUser
CompletableFuture<SelfUser> getCurrentUser() -
auth
-
refreshToken
-
restore
-
exit
CompletableFuture<Void> exit()
-