Skip to content

Commit

Permalink
Update clients.md (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
szeptamas authored Sep 17, 2024
1 parent 164a88e commit e00209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/fundamentals/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Clients
```

## Defining an interactive application for use authentication and delegated API access
Interactive applications (e.g. web applications or native desktop/mobile) applications use the authorization code flow.
Interactive applications (e.g. web applications or native desktop/mobile applications) use the authorization code flow.
This flow gives you the best security because the access tokens are transmitted via back-channel calls only (and gives you access to refresh tokens):

```cs
Expand Down

0 comments on commit e00209c

Please sign in to comment.