Laminar
  • Laminar
  • Platform
    • Overview
    • Getting Started
    • Advanced
      • Configurations
      • HTTP Request Batching
      • Workflow Exit Points
      • Invoke Secondary Workflows
      • Managing Notifications
    • Best Practices
    • Keywords
      • lam.resolveThenExecute
      • lam.exit
      • lam.execute
      • lam.asyncExecute
      • lam.httpRequest
      • lam.httpRequests
  • Concepts
    • Workflows
      • Global Workflow Object
    • Flows
      • Flow Types
        • HTTP Request
        • Data Transformations
      • Flow Runs
      • Supported Languages
    • API Key
    • Configurations
    • API
      • Reference
        • Workspaces
          • Issues
          • Users
          • Invitations
            • Decline
            • Accept
            • Received
            • Created
          • Workflows
          • Flows
          • Auth credentials
          • Api keys
          • Api descriptions
        • Workflow
          • Execute
            • External
          • Flows
          • Executions
        • Users
        • Flows
          • Runs
          • Versions
          • Stats
          • Recent runs
          • Read
        • Configurations
          • Properties
          • Flow credentials
          • Workspace
        • Auth credentials
        • Api descriptions
        • Api keys
        • Transform
          • Test
        • Lami
          • Public
          • Direct
        • Auth
          • Signin
          • Register
          • Refresh
          • Me
          • Users
            • Password
    • Changelog
  • External Links
    • Book a Demo
    • Playground
    • Sign In
  • Specification
Powered by GitBook
On this page
  • Overview
  • AuthCredentials Model

Was this helpful?

  1. Concepts

Auth Credentials

Learn about Auth Credentials in Laminar

Overview

Auth Credentials are used by Laminar to make requests on protected API Endpoints described by API Descriptions.

Laminar supports various types of Authentication.

AuthCredentials Model

Field
Type

id

Integer (int64)

name

String

authType

String

OAuth Client Credentials Grant

Field
Type

clientId

String

clientSecret

String

tokenUrl

String

token

String

OAuth Password Credentials Grant

Field
Type

clientId

String

clientSecret

String

tokenUrl

String

username

String

password

String

API Key Authentication

Field
Type

apiKey

String

Bearer Token Authentication

Field
Type

token

String

Basic Authentication

Field
Type

username

String

password

String

Custom Authentication

Field
Type

authorizationHeader

String

token

String

Last updated 11 months ago

Was this helpful?