File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ public struct AuthAdminOAuth: Sendable {
9999 . decoded ( decoder: configuration. decoder)
100100 }
101101
102- /// Updates as existing OAuth client registration. Only the provided fields will be updated.
102+ /// Updates an existing OAuth client registration. Only the provided fields will be updated.
103103 /// Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.
104104 ///
105105 /// - Parameter clientId: The unique identifier of the OAuth client.
106- /// - Parameter params: The fields for updated .
107- /// - Note: The funciton should only be called on a server. Never expose your `service_role` key in the client.
106+ /// - Parameter params: The fields to update .
107+ /// - Note: This function should only be called on a server. Never expose your `service_role` key in the client.
108108 public func updateClient(
109109 clientId: UUID ,
110110 params: UpdateOAuthClientParams
You can’t perform that action at this time.
0 commit comments