Skip to content

Commit

Permalink
add audience usage notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 2, 2017
1 parent 851241e commit d599459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/auth0/android/lock/Lock.java
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ public Builder withScope(@NonNull String scope) {
}

/**
* Sets the Audience or API Identifier to request access to when performing the Authentication.
* Sets the Audience or API Identifier to request access to when performing the Authentication. This only applies if {@link com.auth0.android.Auth0#isOIDCConformant} is true.
*
* @param audience to use in the Authentication.
* @return the current builder instance
Expand Down

0 comments on commit d599459

Please sign in to comment.