Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseURL = "https://demo.accelbyte.io" Namespace = "accelbyte" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigRepositoryImpl ¶
type ConfigRepositoryImpl struct {
}
func (*ConfigRepositoryImpl) GetClientId ¶
func (configRepository *ConfigRepositoryImpl) GetClientId() string
func (*ConfigRepositoryImpl) GetClientSecret ¶
func (configRepository *ConfigRepositoryImpl) GetClientSecret() string
func (*ConfigRepositoryImpl) GetJusticeBaseUrl ¶
func (configRepository *ConfigRepositoryImpl) GetJusticeBaseUrl() string
type TokenRepositoryImpl ¶
type TokenRepositoryImpl struct {
}
func (*TokenRepositoryImpl) GetToken ¶
func (tokenRepository *TokenRepositoryImpl) GetToken() (*iamclientmodels.OauthmodelTokenResponseV3, error)
func (*TokenRepositoryImpl) RemoveToken ¶
func (tokenRepository *TokenRepositoryImpl) RemoveToken() error
func (*TokenRepositoryImpl) Store ¶
func (tokenRepository *TokenRepositoryImpl) Store(accessToken iamclientmodels.OauthmodelTokenResponseV3) error
Click to show internal directories.
Click to hide internal directories.