Skip to content

Commit

Permalink
docs(AuthorizationConfiguration): Add issuer valid URL note
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Jan 6, 2025
1 parent c24f7d5 commit 4c413a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ data class [AuthorizationConfiguration](index.md)(val clientId: [String](https:/

AuthorizationConfiguration is a data class that represents the configuration for authorization.

Make sure that the issuer URL issuer of the FusionAuth Application configuration is a valid URL including http/https which is validated while generating the AuthorizationServiceConfiguration object.

## Constructors

| | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import java.util.logging.Logger
/**
* AuthorizationConfiguration is a data class that represents the configuration for authorization.
*
* Make sure that the issuer URL issuer of the FusionAuth Application configuration is a valid URL including http/https which is validated while generating the [AuthorizationServiceConfiguration] object.

Check warning on line 10 in library/src/main/java/io/fusionauth/mobilesdk/AuthorizationConfiguration.kt

View workflow job for this annotation

GitHub Actions / Detekt Scan

[detekt] reported by reviewdog 🐶 Line detected, which is longer than the defined maximum line length in the code style. Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/io/fusionauth/mobilesdk/AuthorizationConfiguration.kt","uriBaseId":"%SRCROOT%"},"region":{"endColumn":204,"endLine":10,"startColumn":1,"startLine":10}}}],"message":{"text":"Line detected, which is longer than the defined maximum line length in the code style."},"ruleId":"detekt.style.MaxLineLength"}

Check warning

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning

Line detected, which is longer than the defined maximum line length in the code style.
*
* @property clientId The client ID used for authorization.
* @property fusionAuthUrl The URL of the FusionAuth server.
* @property tenant The tenant ID for the FusionAuth server. (Optional)
Expand Down

0 comments on commit 4c413a5

Please sign in to comment.