Access

uk.gov.hmrc.apiplatform.modules.applications.access.domain.models.Access
See theAccess companion trait
object Access

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Access.type

Members list

Type members

Classlikes

case class Privileged(totpIds: Option[TotpId] = ..., scopes: Set[String] = ...) extends Access

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any
Show all
case class Ropc(scopes: Set[String] = ...) extends Access

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any
Show all
case class Standard(redirectUris: List[LoginRedirectUri] = ..., postLogoutRedirectUris: List[PostLogoutRedirectUri] = ..., termsAndConditionsUrl: Option[String] = ..., privacyPolicyUrl: Option[String] = ..., overrides: Set[OverrideFlag] = ..., sellResellOrDistribute: Option[SellResellOrDistribute] = ..., importantSubmissionData: Option[ImportantSubmissionData] = ...) extends Access

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def accessType(access: Access): AccessType

Givens

Givens

given given_OFormat_Access: OFormat[Access]