Skip to content

Remove util.inherits #70

Closed
Closed
@jwerre

Description

@jwerre

Use ES6 Class syntax with extends instead of utils.inherits

util.inherits(AuthorizationCodeGrantType, AbstractGrantType);

util.inherits(ClientCredentialsGrantType, AbstractGrantType);

util.inherits(PasswordGrantType, AbstractGrantType);

util.inherits(RefreshTokenGrantType, AbstractGrantType);

This also occurs in all the errors at lib/errors

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions