Uses of Record Class
ch.bztf.m226blb1.Auth.AuthAccount
Packages that use AuthAccount
- 
Uses of AuthAccount in ch.bztf.m226blb1.Auth
Methods in ch.bztf.m226blb1.Auth with parameters of type AuthAccountModifier and TypeMethodDescriptionAuthService.createAccount(@NonNull AuthAccount authAccount) Creates a newaccountwith an API-Key for the given Instagram email and password.static StringCredentials.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 givenaccountstatic voidCredentials.validateCredentials(@NonNull AuthAccount auth)  - 
Uses of AuthAccount in ch.bztf.m226blb1.Database.Authentication
Constructors in ch.bztf.m226blb1.Database.Authentication with parameters of type AuthAccount