Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.0.0 (#143)
Browse files Browse the repository at this point in the history
* build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.0.0

Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.0.0.
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.20...v2.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: regenerate library documentation with latest dokka 2.0.0 release

* docs(AuthorizationConfiguration): Add issuer valid URL note

* docs(AuthorizationConfiguration): update issuer valid URL note

* refactor: inline property / parameter documentation

* docs: update documentation

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Ritter <[email protected]>
Co-authored-by: Colin Frick <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 007dbc9 commit d397865
Show file tree
Hide file tree
Showing 149 changed files with 569 additions and 360 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The pre-release process is as follows:
- Compare the gradlew version `./gradlew -v` with the latest [gradle release](https://gradle.org/releases/) and update if necessary.
- Review, test and merge any open [Dependency Pull Requests](https://github.com/FusionAuth/fusionauth-android-sdk/pulls).
- Update the version in the `library/build.gradle.kts` file with a pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
- Update the documentation with `./gradlew dokkaHtml`.
- Update the documentation with `./gradlew dokkaGfm`.
- Commit the changes with the commit message `chore(release): <pre-release-version> 🎉`.
- Create a new tag `v<pre-release-version>`.
- Make sure all Workflows where successful in [Actions](https://github.com/FusionAuth/fusionauth-android-sdk/actions).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("com.android.library") version "8.7.3" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.7"
id("org.jetbrains.dokka") version "1.9.20"
id("org.jetbrains.dokka") version "2.0.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

kotlin("jvm") version "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion library/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| [io.fusionauth.mobilesdk](library/io.fusionauth.mobilesdk/index.md) |
| [io.fusionauth.mobilesdk.exceptions](library/io.fusionauth.mobilesdk.exceptions/index.md) |
| [io.fusionauth.mobilesdk.oauth](library/io.fusionauth.mobilesdk.oauth/index.md) |
| [io.fusionauth.mobilesdk.storage](library/io.fusionauth.mobilesdk.storage/index.md) |
| [io.fusionauth.mobilesdk.storage](library/io.fusionauth.mobilesdk.storage/index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# AuthorizationException

[androidJvm]\
constructor(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html))

constructor(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html))
constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html))

constructor(exception: AuthorizationException)

constructor(cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html))
constructor(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html))

constructor()
constructor()
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# fromException

[androidJvm]\
fun [fromException](from-exception.md)(exception: AuthorizationException): [AuthorizationException](../index.md)
fun [fromException](from-exception.md)(exception: AuthorizationException): [AuthorizationException](../index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ object [Companion](index.md)

| Name | Summary |
|---|---|
| [fromException](from-exception.md) | [androidJvm]<br>fun [fromException](from-exception.md)(exception: AuthorizationException): [AuthorizationException](../index.md) |
| [fromException](from-exception.md) | [androidJvm]<br>fun [fromException](from-exception.md)(exception: AuthorizationException): [AuthorizationException](../index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class [AuthorizationException](index.md) : [Exception](https://developer.android

| | |
|---|---|
| [AuthorizationException](-authorization-exception.md) | [androidJvm]<br>constructor(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))constructor(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html))constructor(exception: AuthorizationException)constructor(cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html))constructor() |
| [AuthorizationException](-authorization-exception.md) | [androidJvm]<br>constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html))constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html))constructor(exception: AuthorizationException)constructor(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html))constructor() |

## Types

Expand All @@ -21,18 +21,5 @@ class [AuthorizationException](index.md) : [Exception](https://developer.android

| Name | Summary |
|---|---|
| [cause](../-storage-exception/index.md#-654012527%2FProperties%2F-435046686) | [androidJvm]<br>open val [cause](../-storage-exception/index.md#-654012527%2FProperties%2F-435046686): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)? |
| [message](../-storage-exception/index.md#1824300659%2FProperties%2F-435046686) | [androidJvm]<br>open val [message](../-storage-exception/index.md#1824300659%2FProperties%2F-435046686): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |

## Functions

| Name | Summary |
|---|---|
| [addSuppressed](../-storage-exception/index.md#282858770%2FFunctions%2F-435046686) | [androidJvm]<br>fun [addSuppressed](../-storage-exception/index.md#282858770%2FFunctions%2F-435046686)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)) |
| [fillInStackTrace](../-storage-exception/index.md#-1102069925%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [fillInStackTrace](../-storage-exception/index.md#-1102069925%2FFunctions%2F-435046686)(): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [getLocalizedMessage](../-storage-exception/index.md#1043865560%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [getLocalizedMessage](../-storage-exception/index.md#1043865560%2FFunctions%2F-435046686)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [getStackTrace](../-storage-exception/index.md#2050903719%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [getStackTrace](../-storage-exception/index.md#2050903719%2FFunctions%2F-435046686)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt; |
| [getSuppressed](../-storage-exception/index.md#672492560%2FFunctions%2F-435046686) | [androidJvm]<br>fun [getSuppressed](../-storage-exception/index.md#672492560%2FFunctions%2F-435046686)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)&gt; |
| [initCause](../-storage-exception/index.md#-418225042%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [initCause](../-storage-exception/index.md#-418225042%2FFunctions%2F-435046686)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [printStackTrace](../-storage-exception/index.md#-1769529168%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [printStackTrace](../-storage-exception/index.md#-1769529168%2FFunctions%2F-435046686)()<br>open fun [printStackTrace](../-storage-exception/index.md#1841853697%2FFunctions%2F-435046686)(p0: [PrintStream](https://developer.android.com/reference/kotlin/java/io/PrintStream.html))<br>open fun [printStackTrace](../-storage-exception/index.md#1175535278%2FFunctions%2F-435046686)(p0: [PrintWriter](https://developer.android.com/reference/kotlin/java/io/PrintWriter.html)) |
| [setStackTrace](../-storage-exception/index.md#2135801318%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [setStackTrace](../-storage-exception/index.md#2135801318%2FFunctions%2F-435046686)(p0: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt;) |
| [cause](../-storage-exception/index.md#-654012527%2FProperties%2F-435046686) | [androidJvm]<br>open val [cause](../-storage-exception/index.md#-654012527%2FProperties%2F-435046686): [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)? |
| [message](../-storage-exception/index.md#1824300659%2FProperties%2F-435046686) | [androidJvm]<br>open val [message](../-storage-exception/index.md#1824300659%2FProperties%2F-435046686): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)? |
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ object [Companion](index.md)
| Name | Summary |
|---|---|
| [notSet](not-set.md) | [androidJvm]<br>fun [notSet](not-set.md)(): [StorageException](../index.md)<br>Creates a [StorageException](../index.md) indicating that the storage implementation is not set. |
| [unableToDecode](unable-to-decode.md) | [androidJvm]<br>fun [unableToDecode](unable-to-decode.md)(cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [StorageException](../index.md)<br>Creates a [StorageException](../index.md) indicating that the data could not be decoded from the storage. |
| [unableToDecode](unable-to-decode.md) | [androidJvm]<br>fun [unableToDecode](unable-to-decode.md)(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)): [StorageException](../index.md)<br>Creates a [StorageException](../index.md) indicating that the data could not be decoded from the storage. |
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Creates a [StorageException](../index.md) indicating that the storage implementa

#### Return

A new [StorageException](../index.md) indicating that the storage is not set.
A new [StorageException](../index.md) indicating that the storage is not set.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# unableToDecode

[androidJvm]\
fun [unableToDecode](unable-to-decode.md)(cause: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [StorageException](../index.md)
fun [unableToDecode](unable-to-decode.md)(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)): [StorageException](../index.md)

Creates a [StorageException](../index.md) indicating that the data could not be decoded from the storage.

Expand All @@ -17,4 +17,4 @@ androidJvm

| | |
|---|---|
| cause | The [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) cause of the exception. |
| cause | The [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html) cause of the exception. |
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,5 @@ Exception thrown for storage-related errors in the application.

| Name | Summary |
|---|---|
| [cause](index.md#-654012527%2FProperties%2F-435046686) | [androidJvm]<br>open val [cause](index.md#-654012527%2FProperties%2F-435046686): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)? |
| [message](index.md#1824300659%2FProperties%2F-435046686) | [androidJvm]<br>open val [message](index.md#1824300659%2FProperties%2F-435046686): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |

## Functions

| Name | Summary |
|---|---|
| [addSuppressed](index.md#282858770%2FFunctions%2F-435046686) | [androidJvm]<br>fun [addSuppressed](index.md#282858770%2FFunctions%2F-435046686)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)) |
| [fillInStackTrace](index.md#-1102069925%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [fillInStackTrace](index.md#-1102069925%2FFunctions%2F-435046686)(): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [getLocalizedMessage](index.md#1043865560%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [getLocalizedMessage](index.md#1043865560%2FFunctions%2F-435046686)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [getStackTrace](index.md#2050903719%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [getStackTrace](index.md#2050903719%2FFunctions%2F-435046686)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt; |
| [getSuppressed](index.md#672492560%2FFunctions%2F-435046686) | [androidJvm]<br>fun [getSuppressed](index.md#672492560%2FFunctions%2F-435046686)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)&gt; |
| [initCause](index.md#-418225042%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [initCause](index.md#-418225042%2FFunctions%2F-435046686)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [printStackTrace](index.md#-1769529168%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [printStackTrace](index.md#-1769529168%2FFunctions%2F-435046686)()<br>open fun [printStackTrace](index.md#1841853697%2FFunctions%2F-435046686)(p0: [PrintStream](https://developer.android.com/reference/kotlin/java/io/PrintStream.html))<br>open fun [printStackTrace](index.md#1175535278%2FFunctions%2F-435046686)(p0: [PrintWriter](https://developer.android.com/reference/kotlin/java/io/PrintWriter.html)) |
| [setStackTrace](index.md#2135801318%2FFunctions%2F-435046686) | [androidJvm]<br>open fun [setStackTrace](index.md#2135801318%2FFunctions%2F-435046686)(p0: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt;) |
| [cause](index.md#-654012527%2FProperties%2F-435046686) | [androidJvm]<br>open val [cause](index.md#-654012527%2FProperties%2F-435046686): [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)? |
| [message](index.md#1824300659%2FProperties%2F-435046686) | [androidJvm]<br>open val [message](index.md#1824300659%2FProperties%2F-435046686): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)? |
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
| Name | Summary |
|---|---|
| [AuthorizationException](-authorization-exception/index.md) | [androidJvm]<br>class [AuthorizationException](-authorization-exception/index.md) : [Exception](https://developer.android.com/reference/kotlin/java/lang/Exception.html) |
| [StorageException](-storage-exception/index.md) | [androidJvm]<br>class [StorageException](-storage-exception/index.md) : [RuntimeException](https://developer.android.com/reference/kotlin/java/lang/RuntimeException.html)<br>Exception thrown for storage-related errors in the application. |
| [StorageException](-storage-exception/index.md) | [androidJvm]<br>class [StorageException](-storage-exception/index.md) : [RuntimeException](https://developer.android.com/reference/kotlin/java/lang/RuntimeException.html)<br>Exception thrown for storage-related errors in the application. |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# EXTRA_AUTHORIZED

[androidJvm]\
const val [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
const val [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# EXTRA_CANCELLED

[androidJvm]\
const val [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
const val [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# EXTRA_LOGGED_OUT

[androidJvm]\
const val [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
const val [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ object [Companion](index.md)

| Name | Summary |
|---|---|
| [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md) | [androidJvm]<br>const val [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md) | [androidJvm]<br>const val [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md) | [androidJvm]<br>const val [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md) | [androidJvm]<br>const val [EXTRA_AUTHORIZED](-e-x-t-r-a_-a-u-t-h-o-r-i-z-e-d.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md) | [androidJvm]<br>const val [EXTRA_CANCELLED](-e-x-t-r-a_-c-a-n-c-e-l-l-e-d.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md) | [androidJvm]<br>const val [EXTRA_LOGGED_OUT](-e-x-t-r-a_-l-o-g-g-e-d_-o-u-t.md): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# additionalScopes

[androidJvm]\
val [additionalScopes](additional-scopes.md): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)&lt;[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)&gt;
val [additionalScopes](additional-scopes.md): [Set](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-set/index.html)&lt;[String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)&gt;

Additional scopes to be requested during authorization. Default is empty.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# allowUnsecureConnection

[androidJvm]\
val [allowUnsecureConnection](allow-unsecure-connection.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false
val [allowUnsecureConnection](allow-unsecure-connection.md): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) = false

Boolean value indicating whether unsecure connections are allowed.
Loading

0 comments on commit d397865

Please sign in to comment.