Skip to content

Commit ef274c0

Browse files
authored
Merge pull request #6 from RolandGuijt/main
5 x typo minutes
2 parents 48fa3ff + 4df4d2e commit ef274c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Pages/Index.cshtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@
8585
<b>client id: interactive.confidential</b> <br/>
8686
grant type: authorization code with PKCE and client credentials<br/>
8787
client secret: secret <br/>
88-
access token lifetime: 60 minutues<br/>
88+
access token lifetime: 60 minutes<br/>
8989
allowed scopes: openid profile email api offline_access
9090
</li>
9191
<li>
9292
<b>client id: interactive.confidential.jwt</b> <br/>
9393
grant type: authorization code with PKCE and private key jwt client credentials<br/>
9494
client secret: private key JWT <br/>
95-
access token lifetime: 60 minutues<br/>
95+
access token lifetime: 60 minutes<br/>
9696
allowed scopes: openid profile email api offline_access
9797
</li>
9898
<li>
9999
<b>client id: interactive.confidential.jar.jwt</b> <br/>
100100
grant type: authorization code with PKCE and client credentials - requires JAR<br/>
101101
client secret: private key JWT <br/>
102-
access token lifetime: 60 minutues<br/>
102+
access token lifetime: 60 minutes<br/>
103103
allowed scopes: openid profile email api offline_access
104104
</li>
105105
<li>
@@ -126,7 +126,7 @@
126126
<li>
127127
<b>client id: interactive.public</b> <br/>
128128
grant type: authorization code with PKCE<br/>
129-
access token lifetime: 60 minutues<br/>
129+
access token lifetime: 60 minutes<br/>
130130
allowed scopes: openid profile email api offline_access
131131
</li>
132132
<li>
@@ -138,7 +138,7 @@
138138
<li>
139139
<b>client id: device</b> <br/>
140140
grant type: urn:ietf:params:oauth:grant-type:device_code <br/>
141-
access token lifetime: 60 minutues<br/>
141+
access token lifetime: 60 minutes<br/>
142142
allowed scopes: openid profile email api
143143
</li>
144144
<li>

0 commit comments

Comments
 (0)