Skip to content

Commit e15755e

Browse files
Passive voice follow-ups
- Restore "be annotated with" in ms-federation.md (type constraint specification, not a developer action — passive is appropriate) - facebook-sign-in: "Connect the app to a Facebook-verified business" Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent a86e7dc commit e15755e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cli/guides/ms-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public partial class ExampleService : IFederatedLogin<MySample>
4343
}
4444
```
4545

46-
The `MySample` class included as the generic type in the `IFederatedLogin` interface specifies the id for the federated login. The class signature for these types must implement the `IFederationId` type and include a `FederationId` attribute. The string argument for the attribute constructor must be stable between releases of your service. It also needs to be unique.
46+
The `MySample` class included as the generic type in the `IFederatedLogin` interface specifies the id for the federated login. The class signature for these types must implement the `IFederationId` type, and be annotated with a `FederationId` attribute. The string argument for the attribute constructor must be stable between releases of your service. It also needs to be unique.
4747

4848
```csharp
4949
[FederationId("myId")]

docs/unity/user-reference/beamable-services/identity/providers/facebook-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below is a typical Facebook usage pattern. You initiate from your UI that you wa
1313

1414
In order to setup the Unity Project you need to configure the Facebook Dashboard:
1515

16-
- Connect the app to a business and verify the business.
16+
- Connect the app to a Facebook-verified business.
1717
- Since we are using email you need to add its permissions: Dashboard / Use Cases / Customize the `Authenticate and request data from users with Facebook Login / Permissions and Features => add email
1818

1919
![facebook-app.png](../../../../../media/imgs/facebook-app.png)

0 commit comments

Comments
 (0)