Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AtajoAuthComponent

Standards based Authentication component coupled with opinionated backend micro-service.

Basic usage example:

 <script src="https://components.atajo.io/atajo-web-components.js"></script>
 <atajo-auth
   logo="https://www.bkb.co.za/wp-content/uploads/2018/01/BKB-nuwe-header.png"
   offline="true"
 />

Hierarchy

  • AtajoAuthComponent

Index

Properties

Methods

Properties

labelSignIn

labelSignIn: string = "Sign In"

logo

logo: string = "../../assets/images/placeholder.logo.png"

offline

offline: boolean = false

Methods

render

  • render(): JSX.Element