Builder

class Builder

Builder class used to build an AuthorizationRequest.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Builds and returns an AuthorizationRequest object.

Link copied to clipboard
fun with(token: String, atomId: String?, userAgent: String?, predicate: String?, tags: List<String>?, paths: List<String>?, metadata: Map<String, Any>?): AuthorizationRequest.Builder

Sets the properties of the Builder object.