CredentialKey returns the base URL used as the credential storage key.
()
| 263 | |
| 264 | // CredentialKey returns the base URL used as the credential storage key. |
| 265 | func (m *Manager) CredentialKey() string { |
| 266 | return m.baseURL |
| 267 | } |
| 268 | |
| 269 | func (m *Manager) waitForCallback(ctx context.Context, expectedState, authURL, callbackAddr string, opts LoginOptions) (string, error) { |
| 270 | lc := net.ListenConfig{} |
no outgoing calls