Versions in this module Expand all Collapse all v1 v1.0.23 May 9, 2020 Changes in this version + type TokenIdOptions struct + AuthToken string + DomainID string + IdentityEndpoint string + ProjectID string + func (opts TokenIdOptions) GetDomainId() string + func (opts TokenIdOptions) GetIdentityEndpoint() string + func (opts TokenIdOptions) GetProjectId() string + type TokenOptions struct + AllowReauth bool + DomainID string + DomainName string + IdentityEndpoint string + Password string + ProjectID string + ProjectName string + TenantID string + TenantName string + TokenID string + UserID string + Username string + func (opts *TokenOptions) ToTokenV3CreateMap(scope map[string]interface{}) (map[string]interface{}, error) + func (opts *TokenOptions) ToTokenV3ScopeMap() (map[string]interface{}, error) + func (opts TokenOptions) CanReauth() bool + func (opts TokenOptions) GetDomainId() string + func (opts TokenOptions) GetIdentityEndpoint() string + func (opts TokenOptions) GetProjectId() string + func (opts TokenOptions) ToTokenV2CreateMap() (map[string]interface{}, error) v1.0.23-3 May 9, 2020