Uses of Record Class
ch.bztf.m226blb1.Auth.AuthAccount
-
Uses of AuthAccount in ch.bztf.m226blb1.Auth
Modifier and TypeMethodDescriptionAuthService.createAccount
(@NonNull AuthAccount authAccount) Creates a newaccount
with an API-Key for the given Instagram email and password.static String
Credentials.generateApiKey
(@NonNull AuthAccount account) Creates an API-key for the givenaccount
.AuthController.generateKey
(AuthAccount account) Post method for generating an API-key for the givenaccount
.AuthService.regenerateAPIKey
(@NonNull AuthAccount authAccount) Regenerates the API-Key for the givenaccount
.AuthController.regenerateKey
(AuthAccount account) Put method for regenerating an API-key for the givenaccount
static void
Credentials.validateCredentials
(@NonNull AuthAccount auth) -
Uses of AuthAccount in ch.bztf.m226blb1.Database.Authentication