We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf69e66 commit 8cc4b1cCopy full SHA for 8cc4b1c
models/client.go
@@ -13,7 +13,7 @@ func (c *Client) GetID() string {
13
return c.ID
14
}
15
16
-// GetSecret client domain
+// GetSecret client secret
17
func (c *Client) GetSecret() string {
18
return c.Secret
19
0 commit comments