Documentation ¶
Overview ¶
Copyright (c) 2021 AccelByte Inc. All Rights Reserved. This is licensed software from AccelByte Inc, for limitations and restrictions contact your company contract manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigRepository ¶
type TokenRepository ¶
type TokenRepository interface { Store(accessToken iamclientmodels.OauthmodelTokenResponseV3) error GetToken() (*iamclientmodels.OauthmodelTokenResponseV3, error) RemoveToken() error }
Click to show internal directories.
Click to hide internal directories.