Uses of Class
io.mailtrap.model.response.apitokens.ApiTokenWithToken
Packages that use ApiTokenWithToken
-
Uses of ApiTokenWithToken in io.mailtrap.api.apitokens
Methods in io.mailtrap.api.apitokens that return ApiTokenWithTokenModifier and TypeMethodDescriptionApiTokens.createApiToken(long accountId, CreateApiTokenRequest request) Create a new API token for the account with the given name and resource permissions.ApiTokensImpl.createApiToken(long accountId, CreateApiTokenRequest request) ApiTokens.resetApiToken(long accountId, long id) Reset an API token.ApiTokens.resetApiToken(long accountId, long id, ResetApiTokenRequest request) Reset an API token.ApiTokensImpl.resetApiToken(long accountId, long id) ApiTokensImpl.resetApiToken(long accountId, long id, ResetApiTokenRequest request)