OAuth

data class OAuth(val oauthClientId: String = "", val oauthRedirectUri: String = "", val oauthScope: String = "", val oauthThresholdSeconds: Long = 0, val oauthCacheSeconds: Long = 0)

Data class for the OAuth configurations

Constructors

Link copied to clipboard
constructor(oauthClientId: String = "", oauthRedirectUri: String = "", oauthScope: String = "", oauthThresholdSeconds: Long = 0, oauthCacheSeconds: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard