NetworkAuthorizationConfig

class NetworkAuthorizationConfig(var isJwtEnabled: Boolean)

Create an instance of Network Authorization Config.

Author

Abhishek Kumar

Since

12.7.00

Parameters

isJwtEnabled

true if you want all the Network Request should be validated

Constructors

Link copied to clipboard
constructor(isJwtEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Jwt Configuration, if true all Network Request will be authenticated with jwt token

Functions

Link copied to clipboard
open override fun toString(): String