create

suspend fun create(portalUrl: String, clientId: String, clientSecret: String, tokenExpirationInterval: Int? = null): Result<OAuthApplicationCredential>

Creates an OAuthApplicationCredential with information needed to access an ArcGIS resource.

Return

Returns an OAuthApplicationCredential.

Since

200.2.0