Skip to content

Commit 2658dbc

Browse files
Update docs/source-2.0/guides/client-guidance/identity-auth/index.md
Co-authored-by: Jordon Phillips <JordonPhillips@users.noreply.github.com>
1 parent da7732f commit 2658dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/source-2.0/guides/client-guidance/identity-auth

docs/source-2.0/guides/client-guidance/identity-auth/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void resolveAuthScheme(OperationContext ctx) {
232232
private void selectAuthScheme(OperationContext ctx, List<AuthSchemeOption> options) {
233233
MyServiceClientConfig config = ctx.clientConfig();
234234

235-
for (AuthScheme option : options) {
235+
for (AuthSchemeOption option : options) {
236236
// condition 1: the client has an auth scheme with an id matching the
237237
// one of this option
238238
AuthScheme<?, ?> found = ctx.getAuthSchemes().stream()

0 commit comments

Comments
 (0)