HostedAuthentication

public final class HostedAuthentication

Class representation of hosted authentication branding details

Constructors

Link copied to clipboard
public ApplicationDetails.HostedAuthentication ApplicationDetails.HostedAuthentication(@Json(name = "background_image_url") String backgroundImageUrl, @Json(name = "alignment") String alignment, @Json(name = "color_primary") String colorPrimary, @Json(name = "color_secondary") String colorSecondary, @Json(name = "title") String title, @Json(name = "subtitle") String subtitle, @Json(name = "background_color") String backgroundColor, @Json(name = "spacing") Integer spacing)

Properties

Link copied to clipboard
private final String alignment

Alignment of background image

Link copied to clipboard
private final String backgroundColor

Background color

Link copied to clipboard
private final String backgroundImageUrl

URL of the background image

Link copied to clipboard
private final String colorPrimary

Primary color

Link copied to clipboard
private final String colorSecondary

Secondary color

Link copied to clipboard
private final Integer spacing

CSS spacing attribute in px

Link copied to clipboard
private final String subtitle

Subtitle

Link copied to clipboard
private final String title

Title

Functions

Link copied to clipboard
public final String getAlignment()

Alignment of background image

Link copied to clipboard
public final String getBackgroundColor()

Background color

Link copied to clipboard

URL of the background image

Link copied to clipboard
public final String getColorPrimary()

Primary color

Link copied to clipboard
public final String getColorSecondary()

Secondary color

Link copied to clipboard
public final Integer getSpacing()

CSS spacing attribute in px

Link copied to clipboard
public final String getSubtitle()

Subtitle

Link copied to clipboard
public final String getTitle()

Title